home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Include / include_h / pragmas / radiobutton_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-20  |  3.1 KB  |  90 lines

  1. #ifndef PRAGMAS_RADIOBUTTON_PRAGMAS_H
  2. #define PRAGMAS_RADIOBUTTON_PRAGMAS_H
  3.  
  4. /*
  5. **    $VER: radiobutton_pragmas.h 1.1 (6.10.1999)
  6. **    Includes Release 44.1
  7. **
  8. **    Direct ROM interface (pragma) definitions.
  9. **
  10. **    Copyright © 1999 Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #if defined(LATTICE) || defined(__SASC) || defined(_DCC)
  15. #ifndef __CLIB_PRAGMA_LIBCALL
  16. #define __CLIB_PRAGMA_LIBCALL
  17. #endif /* __CLIB_PRAGMA_LIBCALL */
  18. #else /* __MAXON__, __STORM__ or AZTEC_C */
  19. #ifndef __CLIB_PRAGMA_AMICALL
  20. #define __CLIB_PRAGMA_AMICALL
  21. #endif /* __CLIB_PRAGMA_AMICALL */
  22. #endif /* */
  23.  
  24. #if defined(__SASC) || defined(__STORM__)
  25. #ifndef __CLIB_PRAGMA_TAGCALL
  26. #define __CLIB_PRAGMA_TAGCALL
  27. #endif /* __CLIB_PRAGMA_TAGCALL */
  28. #endif /* __MAXON__, __STORM__ or AZTEC_C */
  29.  
  30. #ifndef CLIB_RADIOBUTTON_PROTOS_H
  31. #include <clib/radiobutton_protos.h>
  32. #endif /* CLIB_RADIOBUTTON_PROTOS_H */
  33.  
  34. #ifdef __CLIB_PRAGMA_LIBCALL
  35.  #pragma libcall RadioButtonBase RADIOBUTTON_GetClass 1e 00
  36. #endif /* __CLIB_PRAGMA_LIBCALL */
  37. #ifdef __CLIB_PRAGMA_AMICALL
  38.  #pragma amicall(RadioButtonBase, 0x1e, RADIOBUTTON_GetClass())
  39. #endif /* __CLIB_PRAGMA_AMICALL */
  40. #ifdef __CLIB_PRAGMA_LIBCALL
  41.  #pragma libcall RadioButtonBase AllocRadioButtonNodeA 24 8002
  42. #endif /* __CLIB_PRAGMA_LIBCALL */
  43. #ifdef __CLIB_PRAGMA_AMICALL
  44.  #pragma amicall(RadioButtonBase, 0x24, AllocRadioButtonNodeA(d0,a0))
  45. #endif /* __CLIB_PRAGMA_AMICALL */
  46. #ifdef __CLIB_PRAGMA_TAGCALL
  47.  #ifdef __CLIB_PRAGMA_LIBCALL
  48.   #pragma tagcall RadioButtonBase AllocRadioButtonNode 24 8002
  49.  #endif /* __CLIB_PRAGMA_LIBCALL */
  50.  #ifdef __CLIB_PRAGMA_AMICALL
  51.   #pragma tagcall(RadioButtonBase, 0x24, AllocRadioButtonNode(d0,a0))
  52.  #endif /* __CLIB_PRAGMA_AMICALL */
  53. #endif /* __CLIB_PRAGMA_TAGCALL */
  54. #ifdef __CLIB_PRAGMA_LIBCALL
  55.  #pragma libcall RadioButtonBase FreeRadioButtonNode 2a 801
  56. #endif /* __CLIB_PRAGMA_LIBCALL */
  57. #ifdef __CLIB_PRAGMA_AMICALL
  58.  #pragma amicall(RadioButtonBase, 0x2a, FreeRadioButtonNode(a0))
  59. #endif /* __CLIB_PRAGMA_AMICALL */
  60. #ifdef __CLIB_PRAGMA_LIBCALL
  61.  #pragma libcall RadioButtonBase SetRadioButtonNodeAttrsA 30 9802
  62. #endif /* __CLIB_PRAGMA_LIBCALL */
  63. #ifdef __CLIB_PRAGMA_AMICALL
  64.  #pragma amicall(RadioButtonBase, 0x30, SetRadioButtonNodeAttrsA(a0,a1))
  65. #endif /* __CLIB_PRAGMA_AMICALL */
  66. #ifdef __CLIB_PRAGMA_TAGCALL
  67.  #ifdef __CLIB_PRAGMA_LIBCALL
  68.   #pragma tagcall RadioButtonBase SetRadioButtonNodeAttrs 30 9802
  69.  #endif /* __CLIB_PRAGMA_LIBCALL */
  70.  #ifdef __CLIB_PRAGMA_AMICALL
  71.   #pragma tagcall(RadioButtonBase, 0x30, SetRadioButtonNodeAttrs(a0,a1))
  72.  #endif /* __CLIB_PRAGMA_AMICALL */
  73. #endif /* __CLIB_PRAGMA_TAGCALL */
  74. #ifdef __CLIB_PRAGMA_LIBCALL
  75.  #pragma libcall RadioButtonBase GetRadioButtonNodeAttrsA 36 9802
  76. #endif /* __CLIB_PRAGMA_LIBCALL */
  77. #ifdef __CLIB_PRAGMA_AMICALL
  78.  #pragma amicall(RadioButtonBase, 0x36, GetRadioButtonNodeAttrsA(a0,a1))
  79. #endif /* __CLIB_PRAGMA_AMICALL */
  80. #ifdef __CLIB_PRAGMA_TAGCALL
  81.  #ifdef __CLIB_PRAGMA_LIBCALL
  82.   #pragma tagcall RadioButtonBase GetRadioButtonNodeAttrs 36 9802
  83.  #endif /* __CLIB_PRAGMA_LIBCALL */
  84.  #ifdef __CLIB_PRAGMA_AMICALL
  85.   #pragma tagcall(RadioButtonBase, 0x36, GetRadioButtonNodeAttrs(a0,a1))
  86.  #endif /* __CLIB_PRAGMA_AMICALL */
  87. #endif /* __CLIB_PRAGMA_TAGCALL */
  88.  
  89. #endif /* PRAGMAS_RADIOBUTTON_PRAGMAS_H */
  90.